Uses of Class
ddejonge.bandana.tournamentObserver.GameResult
Package | Description |
---|---|
ddejonge.bandana.calculators | |
ddejonge.bandana.tournamentObserver |
-
Uses of GameResult in ddejonge.bandana.calculators
Methods in ddejonge.bandana.calculators with parameters of type GameResult Modifier and Type Method Description void
ScoreCalculator. addResult(GameResult newResult, Team team)
This method is called by the TournamentResult object, after every finished game, for each team.void
MissedDeadlineScoreCalculator. calculateGameScore(GameResult newResult, java.lang.String teamName)
void
PointsCalculator. calculateGameScore(GameResult newResult, java.lang.String teamName)
void
RankCalculator. calculateGameScore(GameResult newResult, java.lang.String teamName)
abstract void
ScoreCalculator. calculateGameScore(GameResult newResult, java.lang.String teamName)
Calculates the score of the given team for the given game.void
SoloVictoryCalculator. calculateGameScore(GameResult newResult, java.lang.String teamName)
void
SupplyCenterCalculator. calculateGameScore(GameResult newResult, java.lang.String teamName)
double
PointsCalculator. calculatePointsOfPlayer(GameResult newResult, java.lang.String playerName)
-
Uses of GameResult in ddejonge.bandana.tournamentObserver
Methods in ddejonge.bandana.tournamentObserver that return types with arguments of type GameResult Modifier and Type Method Description java.util.List<GameResult>
TournamentData. getGameResults()
java.util.List<GameResult>
TournamentObserver. getGameResults()
Methods in ddejonge.bandana.tournamentObserver with parameters of type GameResult Modifier and Type Method Description void
TournamentData. addResult(GameResult newResult)
Adds the results of a new game.